home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-20 | 2.4 KB | 87 lines |
- ; NETW940.INF
- ;
- ; Winbond W89C940 PCI Network Interface Cards
- ;
- ; Copyright Winbond Electronic Corporation
-
- [version]
- LayoutFile = layout.inf
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
- provider = %MSFT%
- DriverVer=10/20/1999,2.90.1381.1
-
- [Manufacturer]
- %Winbond% = Winbond
- %Compex% = Compex
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_1050&DEV_0940, \
- PCI\VEN_11F6&DEV_1401
-
- [Winbond]
- %w89c940.DeviceDesc% = w89c940.ndi, PCI\VEN_1050&DEV_0940 ; Winbond W89C940 PCI
-
- [Compex]
- %Compex.DeviceDesc% = w89c940.ndi, PCI\VEN_11F6&DEV_1401 ; Compex RL2000 PCI Ethernet Adapter
-
- ;-------------------------------------------------------------------------------
- ; W89C940 Winbond 940 PCI
- ;
- [w89c940.ndi]
- AddReg = w940nd.reg
- BusType = 5
- Characteristics = 0x04 ; NCF_PHYSICAL (NO UI)
- CopyFiles = w89c940.CopyFiles
-
- [w89c940.ndi.Services]
- AddService = w89c940, 2, w89c940.AddService, w89c940.Eventlog
-
- ;-------------------------------------------------------------------------------
- ; NT5 Platform Specific
- ;
- [w940nd.reg]
- HKR, Ndi, Service, 0, "w89c940"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [w89c940.CopyFiles]
- w940nd.sys,,,2
-
- [w89c940.AddService]
- DisplayName = %w89c940.Service.DisplayName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\w940nd.sys
- LoadOrderGroup = NDIS
-
- [w89c940.EventLog]
- AddReg = w89c940.AddEventLog.reg
-
- [w89c940.AddEventLog.reg]
- HKR, 0, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, 0, TypesSupported, 0x00010001, "7"
-
- ;-------------------------------------------------------------------------------
- ; Destination Directories
- ;
- [DestinationDirs]
- w89c940.CopyFiles = 12
-
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- [strings]
- MSFT = "Microsoft"
- Winbond = "Winbond Electronic Corporation"
- Compex = "Compex"
-
- w89c940.DeviceDesc = "Winbond W89C940 PCI Ethernet Adapter"
- Compex.DeviceDesc = "Compex RL2000 PCI Ethernet Adapter"
-
- w89c940.Service.DisplayName = "Winbond W89C940 PCI Ethernet Adapter Driver"
-
-
-